runtime._panic.sp (field)

7 uses

	runtime (current package)
		panic.go#L829: 		p.sp = sp
		panic.go#L909: 		if d := gp._defer; d != nil && d.sp == uintptr(p.sp) {
		panic.go#L973: 		p.sp = unsafe.Pointer(u.frame.sp)
		panic.go#L1147: 	pc, sp, fp := p.retpc, uintptr(p.sp), uintptr(p.fp)
		panic.go#L1198: 			deferBitsOffset: uintptr(unsafe.Pointer(p0.deferBitsPtr)) - uintptr(p0.sp),
		panic.go#L1199: 			slotsOffset:     uintptr(p0.slotsPtr) - uintptr(p0.sp),
		runtime2.go#L1006: 	sp unsafe.Pointer